Minimum Console Application


The Simple sample is a minimum console application; it's a 32-bit version 
of the classic 'Hello, World' program.

Module Map
----------

WinMain - Calls initialization functions and processes the message loop.
Simple  - Window procedure for the main application window.
Init    - Performs application and instance-specific initialization.
